home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / DefineSprite_1759 / frame_2 / DoAction.as
Text File  |  2006-07-21  |  355b  |  18 lines

  1. _root.bombs = 3;
  2. _root.score -= 5400;
  3. if(_root.buy_hell._currentframe == 2)
  4. {
  5.    _root.score += 2500;
  6.    _root.buy_hell.gotoAndStop(1);
  7. }
  8. if(_root.buy_medu._currentframe == 2)
  9. {
  10.    _root.score += 10000;
  11.    _root.buy_medu.gotoAndStop(1);
  12. }
  13. if(_root.buy_net._currentframe == 2)
  14. {
  15.    _root.score += 50000;
  16.    _root.buy_net.gotoAndStop(1);
  17. }
  18.